bitkeeper revision 1.1641 (429f3b38tjTPpWx1UAEWtuvYiFH0Qw)
authorvh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>
Thu, 2 Jun 2005 17:00:40 +0000 (17:00 +0000)
committervh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>
Thu, 2 Jun 2005 17:00:40 +0000 (17:00 +0000)
serial.h needs spinlock.h

Signed-off-by: Vincent Hanquez <vincent@xensource.com>
xen/arch/x86/cdb.c

index 806b0c479e86a060d87479f405c9879d6123d177..ff9b6af07622402770cf453b8201723ecec80ae8 100644 (file)
@@ -8,9 +8,9 @@
    than any actual intention.  It doesn't at the moment. */
 #include <xen/lib.h>
 #include <asm/uaccess.h>
+#include <xen/spinlock.h>
 #include <xen/serial.h>
 #include <xen/irq.h>
-#include <xen/spinlock.h>
 #include <asm/debugger.h>
 #include <xen/init.h>
 #include <xen/smp.h>